home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Euroscene 1
/
Euroscene 1.iso
/
resource
/
adev11_12.lha
/
examples
/
test.a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-07-12
|
210 b
|
15 lines
processor 68HC11
RSEG CODE1
label_001 LDX #0
JSR label_003
LDAA #$0
JSR label_004
CLI
RTS
RSEG CODE2
label_004 rts
label_003 rts
END label_001